[OAS] Add description and response examples to /api/status#267355
[OAS] Add description and response examples to /api/status#267355TinaHeiligers merged 5 commits intoelastic:mainfrom
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
💛 Build succeeded, but was flaky
Failed CI Steps
Test Failures
Metrics [docs]
History
|
|
Starting backport for target branches: 9.4 https://github.com/elastic/kibana/actions/runs/25384526705 |
💔 All backports failed
Manual backportTo create the backport manually run: Questions ?Please refer to the Backport tool documentation |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
Adds an operation
descriptionand response examples toGET /api/status.kbn-validate-oasflags three errors for missing operationdescription, missingexampleson the200response, and missingexampleson the503response.This PR adds them.
Note:
The original issue framed this as a discriminator gap at the time of opening the issue.
With recent work, the validator's actual signal is now missing description plus examples.
Fixes #265889
Relates to #256462
How to test this
Should report 0 errors on both
kibana.yamlandkibana.serverless.yaml.Checklist
Identify risks
Low risk: additive OAS metadata describing what the handler already returns.
fullStatusResponseand are colocated with the route, so future shape changes surface in reviewCo-Authored-By: Claude Opus 4.7